home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / inites / mdi.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1995-05-08  |  937 b   |  33 lines

  1. VERSION 2.00
  2. Begin Form Mdi 
  3.    AutoRedraw      =   -1  'True
  4.    BorderStyle     =   0  'None
  5.    ClientHeight    =   8340
  6.    ClientLeft      =   2370
  7.    ClientTop       =   2235
  8.    ClientWidth     =   7365
  9.    ControlBox      =   0   'False
  10.    FontBold        =   -1  'True
  11.    FontItalic      =   0   'False
  12.    FontName        =   "Futura Md BT"
  13.    FontSize        =   8.25
  14.    FontStrikethru  =   0   'False
  15.    FontUnderline   =   -1  'True
  16.    Height          =   8745
  17.    Left            =   2310
  18.    LinkTopic       =   "Form1"
  19.    MaxButton       =   0   'False
  20.    MinButton       =   0   'False
  21.    ScaleHeight     =   556
  22.    ScaleMode       =   3  'Pixel
  23.    ScaleWidth      =   491
  24.    Top             =   1890
  25.    Width           =   7485
  26.    WindowState     =   2  'Maximized
  27.     Option Explicit
  28. Sub Form_Resize ()
  29.     Call FondEcran(Me, "TEST THE INI MANAGER")
  30.     TestIni.Show 1
  31.     End
  32. End Sub
  33.